#!/bin/sh

# Copy receipts to Parallels Receipts directory
SWD=`cd "${0%/*}"; pwd`
. "${SWD}"/receipt.sh

# Kludge to avoid crashes in installer of MacOS X 10.5.
# There's a hypothesis that such crashes are caused by
# some sort of race.
# It should be noted that on 10.6 problem is not reproducable.
sleep 3

# Just to finish installation with good mood
true
